-
Notifications
You must be signed in to change notification settings - Fork 226
Test: Allow duplicate cookie family names #4360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: allow-duplicate-cookie-family-names
Are you sure you want to change the base?
Test: Allow duplicate cookie family names #4360
Conversation
| import org.prebid.server.functional.util.PBSUtils | ||
| import org.prebid.server.functional.util.privacy.TcfConsent | ||
| import org.prebid.server.util.ResourceUtil | ||
| import spock.lang.IgnoreRest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls remove
| import java.time.ZonedDateTime | ||
| import java.time.temporal.ChronoUnit | ||
|
|
||
| import static org.prebid.server.functional.model.bidder.BidderName.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace asterisk with direct import
src/test/groovy/org/prebid/server/functional/model/bidder/BidderName.groovy
Outdated
Show resolved
Hide resolved
| "adapters.${GRID.value}.meta-info.vendor-id" : VENDOR_ID, | ||
| "adapters.${GRID.value}.usersync.cookie-family-name" : GENERIC_COOKIE_FAMILY_NAME, | ||
| "adapters.${GRID.value}.usersync.${USER_SYNC_TYPE.value}.url" : USER_SYNC_URL, | ||
| "adapters.${GRID.value}.usersync.${USER_SYNC_TYPE.value}.support-cors" : CORS_SUPPORT.toString(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also need add:
"adapters.${GRID.value}.usersync.${USER_SYNC_TYPE.value}.uid-macro" : "",
🔧 Type of changes
✨ What's the context?
What's the context for the changes?
🧠 Rationale behind the change
Why did you choose to make these changes? Were there any trade-offs you had to consider?
🔎 New Bid Adapter Checklist
🧪 Test plan
How do you know the changes are safe to ship to production?
🏎 Quality check